home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / pkintro.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-06  |  228 b   |  10 lines

  1. on startMovie
  2.   global gOnIBM, gPlatformIntroFile
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gPlatformIntroFile to the pathName & "introwin.dir"
  6.   else
  7.     set gPlatformIntroFile to the pathName & "intromac.dir"
  8.   end if
  9. end
  10.